std::bitset::all
From Cppreference
| bool all() const;
| ||
Checks if all bits are set to true.
Parameters
(none)
Return value
true if all bits are set to true, otherwise false
See also
| checks if any of the bits are set to true (public member function) | |
| checks if no bits are set to true (public member function) | |